'Declaration<DispIdAttribute(82)> Function DrawBarcode1D( _ ByVal BarcodeType As Barcode1DWriterType, _ ByVal Data As String, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal DstWidth As Single, _ ByVal DstHeight As Single, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As GdPictureStatus
[DispId(82)] GdPictureStatus DrawBarcode1D( Barcode1DWriterType BarcodeType, string Data, float DstX, float DstY, float DstWidth, float DstHeight, byte Red, byte Green, byte Blue )
function DrawBarcode1D(
BarcodeType: Barcode1DWriterType;
Data: String;
DstX: Single;
DstY: Single;
DstWidth: Single;
DstHeight: Single;
Red: Byte;
Green: Byte;
Blue: Byte
): GdPictureStatus;
DispIdAttribute(82) function DrawBarcode1D( BarcodeType : Barcode1DWriterType, Data : String, DstX : float, DstY : float, DstWidth : float, DstHeight : float, Red : byte, Green : byte, Blue : byte ) : GdPictureStatus;
[DispId(82)] GdPictureStatus DrawBarcode1D( Barcode1DWriterType BarcodeType, string* Data, float DstX, float DstY, float DstWidth, float DstHeight, byte Red, byte Green, byte Blue )
[DispId(82)] GdPictureStatus DrawBarcode1D( Barcode1DWriterType BarcodeType, String^ Data, float DstX, float DstY, float DstWidth, float DstHeight, byte Red, byte Green, byte Blue )
Parameters
- BarcodeType
- Data
- DstX
- DstY
- DstWidth
- DstHeight
- Red
- Green
- Blue
